﻿2026-06-23T07:05:59.3434480Z ##[group]Run set -euo pipefail
2026-06-23T07:05:59.3434875Z [36;1mset -euo pipefail[0m
2026-06-23T07:05:59.3435126Z [36;1mPIN=0c95435[0m
2026-06-23T07:05:59.3435375Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-23T07:05:59.3435656Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-23T07:05:59.3436028Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-23T07:05:59.3436504Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-23T07:05:59.3436971Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-23T07:05:59.3437357Z [36;1m  rm -rf "$CACHE"[0m
2026-06-23T07:05:59.3437653Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-23T07:05:59.3437954Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-23T07:05:59.3438320Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-23T07:05:59.3438682Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-23T07:05:59.3439068Z [36;1mfi[0m
2026-06-23T07:05:59.3439373Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T07:05:59.3454652Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-23T07:05:59.3455071Z env:
2026-06-23T07:05:59.3455363Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-23T07:05:59.3455687Z ##[endgroup]
2026-06-23T07:05:59.6357630Z    Compiling proc-macro2 v1.0.106
2026-06-23T07:05:59.6358659Z    Compiling unicode-ident v1.0.24
2026-06-23T07:05:59.6359564Z    Compiling quote v1.0.45
2026-06-23T07:05:59.6383137Z    Compiling libc v0.2.186
2026-06-23T07:05:59.6384313Z    Compiling serde_core v1.0.228
2026-06-23T07:05:59.6415808Z    Compiling cfg-if v1.0.4
2026-06-23T07:05:59.6416336Z    Compiling serde v1.0.228
2026-06-23T07:05:59.6433027Z    Compiling log v0.4.32
2026-06-23T07:05:59.6476690Z    Compiling pin-project-lite v0.2.17
2026-06-23T07:05:59.6496116Z    Compiling portable-atomic v1.13.1
2026-06-23T07:05:59.6536172Z    Compiling typenum v1.20.1
2026-06-23T07:05:59.6536943Z    Compiling version_check v0.9.5
2026-06-23T07:05:59.6537288Z    Compiling memchr v2.8.1
2026-06-23T07:05:59.6574358Z    Compiling shlex v2.0.1
2026-06-23T07:05:59.6654676Z    Compiling find-msvc-tools v0.1.9
2026-06-23T07:05:59.6961168Z    Compiling critical-section v1.2.0
2026-06-23T07:05:59.7387004Z    Compiling bytes v1.11.1
2026-06-23T07:05:59.7575965Z    Compiling futures-core v0.3.32
2026-06-23T07:05:59.7940075Z    Compiling subtle v2.6.1
2026-06-23T07:05:59.9000735Z    Compiling equivalent v1.0.2
2026-06-23T07:05:59.9258904Z    Compiling smallvec v1.15.1
2026-06-23T07:05:59.9536674Z    Compiling itoa v1.0.18
2026-06-23T07:05:59.9651137Z    Compiling semver v1.0.28
2026-06-23T07:05:59.9660429Z    Compiling stable_deref_trait v1.2.1
2026-06-23T07:05:59.9711645Z    Compiling futures-sink v0.3.32
2026-06-23T07:05:59.9733653Z    Compiling slab v0.4.12
2026-06-23T07:05:59.9925320Z    Compiling futures-io v0.3.32
2026-06-23T07:06:00.0541052Z    Compiling generic-array v0.14.7
2026-06-23T07:06:00.0601235Z    Compiling futures-task v0.3.32
2026-06-23T07:06:00.0828351Z    Compiling futures-channel v0.3.32
2026-06-23T07:06:00.1507360Z    Compiling hashbrown v0.17.1
2026-06-23T07:06:00.1721678Z    Compiling bitflags v2.12.1
2026-06-23T07:06:00.1910726Z    Compiling rustversion v1.0.22
2026-06-23T07:06:00.2495298Z    Compiling rustc_version v0.4.1
2026-06-23T07:06:00.2560878Z    Compiling cpufeatures v0.2.17
2026-06-23T07:06:00.2910739Z    Compiling fnv v1.0.7
2026-06-23T07:06:00.3070475Z    Compiling strsim v0.11.1
2026-06-23T07:06:00.3520490Z    Compiling rand_core v0.10.1
2026-06-23T07:06:00.3862548Z    Compiling cfg_aliases v0.2.1
2026-06-23T07:06:00.3989108Z    Compiling writeable v0.6.3
2026-06-23T07:06:00.4150758Z    Compiling litemap v0.8.2
2026-06-23T07:06:00.4430517Z    Compiling icu_properties_data v2.2.0
2026-06-23T07:06:00.4681569Z    Compiling utf8_iter v1.0.4
2026-06-23T07:06:00.5120585Z    Compiling ident_case v1.0.1
2026-06-23T07:06:00.6160564Z    Compiling fs_extra v1.3.0
2026-06-23T07:06:00.6359146Z    Compiling getrandom v0.4.2
2026-06-23T07:06:00.6482361Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T07:06:00.6586283Z    Compiling dunce v1.0.5
2026-06-23T07:06:00.7212865Z    Compiling autocfg v1.5.1
2026-06-23T07:06:00.7301193Z    Compiling percent-encoding v2.3.2
2026-06-23T07:06:00.8590103Z    Compiling http v1.4.1
2026-06-23T07:06:00.9088026Z    Compiling thiserror v2.0.18
2026-06-23T07:06:00.9146788Z    Compiling aws-lc-rs v1.17.0
2026-06-23T07:06:00.9558712Z    Compiling indexmap v2.14.0
2026-06-23T07:06:00.9627528Z    Compiling unicode-segmentation v1.13.3
2026-06-23T07:06:00.9800537Z    Compiling cpufeatures v0.3.0
2026-06-23T07:06:00.9971615Z    Compiling syn v2.0.117
2026-06-23T07:06:01.0367504Z    Compiling scopeguard v1.2.0
2026-06-23T07:06:01.0470632Z    Compiling chacha20 v0.10.0
2026-06-23T07:06:01.0860413Z    Compiling form_urlencoded v1.2.2
2026-06-23T07:06:01.1130445Z    Compiling lock_api v0.4.14
2026-06-23T07:06:01.1230481Z    Compiling untrusted v0.9.0
2026-06-23T07:06:01.1570660Z    Compiling rustls v0.23.40
2026-06-23T07:06:01.1826408Z    Compiling heck v0.5.0
2026-06-23T07:06:01.2680156Z    Compiling anyhow v1.0.102
2026-06-23T07:06:01.3170770Z    Compiling atomic-waker v1.1.2
2026-06-23T07:06:01.3300794Z    Compiling unicode-xid v0.2.6
2026-06-23T07:06:01.4119948Z    Compiling const-oid v0.10.2
2026-06-23T07:06:01.4200751Z    Compiling zerocopy v0.8.50
2026-06-23T07:06:01.4370702Z    Compiling httparse v1.10.1
2026-06-23T07:06:01.4410489Z    Compiling parking_lot_core v0.9.12
2026-06-23T07:06:01.4451105Z    Compiling paste v1.0.15
2026-06-23T07:06:01.4550472Z    Compiling num-traits v0.2.19
2026-06-23T07:06:01.4700316Z    Compiling hybrid-array v0.4.12
2026-06-23T07:06:01.5950521Z    Compiling jobserver v0.1.34
2026-06-23T07:06:01.6143169Z    Compiling convert_case v0.10.0
2026-06-23T07:06:01.6520073Z    Compiling curve25519-dalek v4.1.3
2026-06-23T07:06:01.6631992Z    Compiling ahash v0.8.12
2026-06-23T07:06:01.6850502Z    Compiling either v1.16.0
2026-06-23T07:06:01.7141552Z    Compiling base64ct v1.8.3
2026-06-23T07:06:01.7797763Z    Compiling crypto-common v0.1.7
2026-06-23T07:06:01.8209986Z    Compiling block-buffer v0.10.4
2026-06-23T07:06:01.8600192Z    Compiling cc v1.2.63
2026-06-23T07:06:01.8670638Z    Compiling powerfmt v0.2.0
2026-06-23T07:06:01.8740377Z    Compiling fastrand v2.4.1
2026-06-23T07:06:01.9780380Z    Compiling http-body v1.0.1
2026-06-23T07:06:02.0150877Z    Compiling digest v0.10.7
2026-06-23T07:06:02.0303192Z    Compiling deranged v0.5.8
2026-06-23T07:06:02.0389262Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T07:06:02.1341420Z    Compiling time-core v0.1.8
2026-06-23T07:06:02.1769079Z    Compiling pkg-config v0.3.33
2026-06-23T07:06:02.1838066Z    Compiling data-encoding v2.11.0
2026-06-23T07:06:02.2397109Z    Compiling base64 v0.22.1
2026-06-23T07:06:02.2519798Z    Compiling vcpkg v0.2.15
2026-06-23T07:06:02.2670762Z    Compiling mio v1.2.1
2026-06-23T07:06:02.2830776Z    Compiling socket2 v0.6.4
2026-06-23T07:06:02.3119684Z    Compiling getrandom v0.2.17
2026-06-23T07:06:02.5880776Z    Compiling rand_core v0.6.4
2026-06-23T07:06:02.6173767Z    Compiling rand v0.10.1
2026-06-23T07:06:02.6761001Z    Compiling tower-service v0.3.3
2026-06-23T07:06:02.7180726Z    Compiling try-lock v0.2.5
2026-06-23T07:06:02.7505008Z    Compiling zmij v1.0.21
2026-06-23T07:06:02.7803616Z    Compiling tinyvec_macros v0.1.1
2026-06-23T07:06:02.7931244Z    Compiling num-conv v0.2.2
2026-06-23T07:06:02.8060485Z    Compiling want v0.3.1
2026-06-23T07:06:02.8450713Z    Compiling tinyvec v1.11.0
2026-06-23T07:06:02.9420285Z    Compiling parking_lot v0.12.5
2026-06-23T07:06:02.9756263Z    Compiling sha2 v0.10.9
2026-06-23T07:06:02.9833223Z    Compiling block-buffer v0.12.0
2026-06-23T07:06:02.9840463Z    Compiling crypto-common v0.2.2
2026-06-23T07:06:03.0805688Z    Compiling inout v0.1.4
2026-06-23T07:06:03.0820389Z    Compiling vergen-lib v9.1.0
2026-06-23T07:06:03.1619405Z    Compiling n0-future v0.3.2
2026-06-23T07:06:03.2514937Z    Compiling cmake v0.1.58
2026-06-23T07:06:03.2778517Z    Compiling cordyceps v0.3.4
2026-06-23T07:06:03.2870671Z    Compiling crossbeam-utils v0.8.21
2026-06-23T07:06:03.3490274Z    Compiling winnow v1.0.3
2026-06-23T07:06:03.3906074Z    Compiling spin v0.10.0
2026-06-23T07:06:03.4378541Z    Compiling httpdate v1.0.3
2026-06-23T07:06:03.4988686Z    Compiling parking v2.2.1
2026-06-23T07:06:03.5085345Z    Compiling diatomic-waker v0.2.3
2026-06-23T07:06:03.5210445Z    Compiling signature v2.2.0
2026-06-23T07:06:03.5240313Z    Compiling serde_json v1.0.150
2026-06-23T07:06:03.6000696Z    Compiling futures-lite v2.6.1
2026-06-23T07:06:03.6354317Z    Compiling ed25519 v2.2.3
2026-06-23T07:06:03.6520514Z    Compiling futures-buffered v0.2.13
2026-06-23T07:06:03.7040511Z    Compiling cipher v0.4.4
2026-06-23T07:06:03.7213185Z    Compiling netlink-packet-core v0.8.1
2026-06-23T07:06:03.7242589Z    Compiling universal-hash v0.5.1
2026-06-23T07:06:03.7316462Z    Compiling vergen-lib v0.1.6
2026-06-23T07:06:03.7698126Z    Compiling vergen v9.1.0
2026-06-23T07:06:03.7740805Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T07:06:03.8490270Z    Compiling heapless v0.7.17
2026-06-23T07:06:03.8590769Z    Compiling noq-udp v0.10.0
2026-06-23T07:06:03.9494867Z    Compiling digest v0.11.3
2026-06-23T07:06:03.9603996Z    Compiling sync_wrapper v1.0.2
2026-06-23T07:06:03.9660403Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T07:06:04.0343461Z    Compiling opaque-debug v0.3.1
2026-06-23T07:06:04.0704595Z    Compiling allocator-api2 v0.2.21
2026-06-23T07:06:04.0820514Z    Compiling byteorder v1.5.0
2026-06-23T07:06:04.1170870Z    Compiling polyval v0.6.2
2026-06-23T07:06:04.1798466Z    Compiling vergen-gitcl v1.0.8
2026-06-23T07:06:04.1800637Z    Compiling spin v0.9.8
2026-06-23T07:06:04.1860291Z    Compiling signature v3.0.0
2026-06-23T07:06:04.2504268Z    Compiling aws-lc-sys v0.41.0
2026-06-23T07:06:04.2770619Z    Compiling ring v0.17.14
2026-06-23T07:06:04.2772151Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T07:06:04.3137739Z    Compiling hash32 v0.2.1
2026-06-23T07:06:04.3328818Z    Compiling ryu v1.0.23
2026-06-23T07:06:04.3741088Z    Compiling tower-layer v0.3.3
2026-06-23T07:06:04.4320335Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T07:06:04.4951025Z    Compiling num_threads v0.1.7
2026-06-23T07:06:04.5211596Z    Compiling fallible-iterator v0.3.0
2026-06-23T07:06:04.5419559Z    Compiling ghash v0.5.1
2026-06-23T07:06:04.5560477Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T07:06:04.5630404Z    Compiling aes v0.8.4
2026-06-23T07:06:04.5840506Z    Compiling ctr v0.9.2
2026-06-23T07:06:04.6038677Z    Compiling fs2 v0.4.3
2026-06-23T07:06:04.6610296Z    Compiling time v0.3.47
2026-06-23T07:06:04.7490727Z    Compiling http-body-util v0.1.3
2026-06-23T07:06:04.7671164Z    Compiling aead v0.5.2
2026-06-23T07:06:04.7736667Z    Compiling openssl-probe v0.2.1
2026-06-23T07:06:04.8990610Z    Compiling crossbeam-channel v0.5.15
2026-06-23T07:06:04.9274846Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T07:06:04.9630905Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T07:06:04.9907909Z    Compiling blake3 v1.8.5
2026-06-23T07:06:05.0560608Z    Compiling netlink-packet-route v0.29.0
2026-06-23T07:06:05.0660464Z    Compiling uuid v1.23.2
2026-06-23T07:06:05.3428297Z    Compiling aes-gcm v0.10.3
2026-06-23T07:06:05.3971079Z    Compiling memoffset v0.6.5
2026-06-23T07:06:05.4411010Z    Compiling acto v0.8.2
2026-06-23T07:06:05.4957490Z    Compiling netwatch v0.16.0
2026-06-23T07:06:05.5341105Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T07:06:05.6060857Z    Compiling noq v0.18.0
2026-06-23T07:06:05.6130342Z    Compiling rustix v1.1.4
2026-06-23T07:06:05.6280891Z    Compiling thiserror v1.0.69
2026-06-23T07:06:05.6320653Z    Compiling foldhash v0.2.0
2026-06-23T07:06:05.7770412Z    Compiling rustc-hash v2.1.2
2026-06-23T07:06:05.8110970Z    Compiling lru-slab v0.1.2
2026-06-23T07:06:05.8290579Z    Compiling mac-addr v0.3.0
2026-06-23T07:06:05.8354049Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T07:06:05.9020531Z    Compiling xml-rs v0.8.28
2026-06-23T07:06:05.9180484Z    Compiling identity-hash v0.1.0
2026-06-23T07:06:05.9298195Z    Compiling tagptr v0.2.0
2026-06-23T07:06:05.9930945Z    Compiling synstructure v0.13.2
2026-06-23T07:06:06.0060705Z    Compiling darling_core v0.20.11
2026-06-23T07:06:06.0180410Z    Compiling ref-cast v1.0.25
2026-06-23T07:06:06.0779278Z    Compiling serde_derive_internals v0.29.1
2026-06-23T07:06:06.1929045Z    Compiling hashbrown v0.16.1
2026-06-23T07:06:06.3337637Z    Compiling netlink-packet-route v0.30.0
2026-06-23T07:06:06.7052114Z    Compiling proc-macro-crate v3.5.0
2026-06-23T07:06:06.8800667Z    Compiling xmltree v0.10.3
2026-06-23T07:06:06.9436972Z    Compiling ioctl-rs v0.1.6
2026-06-23T07:06:07.0291696Z    Compiling termios v0.2.2
2026-06-23T07:06:07.0550436Z    Compiling serial-core v0.4.0
2026-06-23T07:06:07.0680526Z    Compiling errno v0.3.14
2026-06-23T07:06:07.1109683Z    Compiling simple-dns v0.9.3
2026-06-23T07:06:07.1351136Z    Compiling aho-corasick v1.1.4
2026-06-23T07:06:07.1801687Z    Compiling simdutf8 v0.1.5
2026-06-23T07:06:07.2215733Z    Compiling arrayvec v0.7.6
2026-06-23T07:06:07.2286092Z    Compiling linux-raw-sys v0.12.1
2026-06-23T07:06:07.2420768Z    Compiling arrayref v0.3.9
2026-06-23T07:06:07.2750604Z    Compiling toml_write v0.1.2
2026-06-23T07:06:07.2800280Z    Compiling resolv-conf v0.7.6
2026-06-23T07:06:07.2990897Z    Compiling smol_str v0.1.24
2026-06-23T07:06:07.4530235Z    Compiling sha1_smol v1.0.1
2026-06-23T07:06:07.5000860Z    Compiling constant_time_eq v0.4.2
2026-06-23T07:06:07.5251210Z    Compiling regex-syntax v0.8.10
2026-06-23T07:06:07.5353645Z    Compiling signal-hook v0.3.18
2026-06-23T07:06:07.5940778Z    Compiling winnow v0.7.15
2026-06-23T07:06:07.7280198Z    Compiling serial-unix v0.4.0
2026-06-23T07:06:07.7341866Z    Compiling signal-hook-registry v1.4.8
2026-06-23T07:06:07.7434039Z    Compiling lru v0.16.4
2026-06-23T07:06:07.9290675Z    Compiling darling_core v0.23.0
2026-06-23T07:06:07.9440353Z    Compiling serde_derive v1.0.228
2026-06-23T07:06:07.9966247Z    Compiling zeroize_derive v1.4.3
2026-06-23T07:06:08.1090578Z    Compiling tokio-macros v2.7.0
2026-06-23T07:06:08.4376987Z    Compiling futures-macro v0.3.32
2026-06-23T07:06:08.6760783Z    Compiling zeroize v1.8.2
2026-06-23T07:06:08.8649882Z    Compiling zerofrom-derive v0.1.7
2026-06-23T07:06:08.8925711Z    Compiling tokio v1.52.3
2026-06-23T07:06:09.3740789Z    Compiling futures-util v0.3.32
2026-06-23T07:06:09.4663079Z    Compiling yoke-derive v0.8.2
2026-06-23T07:06:09.6880666Z    Compiling zerovec-derive v0.11.3
2026-06-23T07:06:09.7798902Z    Compiling displaydoc v0.2.6
2026-06-23T07:06:10.0441076Z    Compiling tracing-attributes v0.1.31
2026-06-23T07:06:10.2849994Z    Compiling zerofrom v0.1.8
2026-06-23T07:06:10.4230978Z    Compiling rustls-pki-types v1.14.1
2026-06-23T07:06:10.5850239Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T07:06:10.8681522Z    Compiling yoke v0.8.3
2026-06-23T07:06:10.8857296Z    Compiling thiserror-impl v2.0.18
2026-06-23T07:06:11.0719469Z    Compiling zerotrie v0.2.4
2026-06-23T07:06:11.2216277Z    Compiling darling_macro v0.20.11
2026-06-23T07:06:11.3100791Z    Compiling zerovec v0.11.6
2026-06-23T07:06:11.3948289Z    Compiling derive_more-impl v2.1.1
2026-06-23T07:06:11.4940464Z    Compiling spez v0.1.2
2026-06-23T07:06:11.5975597Z    Compiling darling v0.20.11
2026-06-23T07:06:11.6457846Z    Compiling n0-error-macros v0.1.3
2026-06-23T07:06:11.6695855Z    Compiling derive_builder_core v0.20.2
2026-06-23T07:06:11.7520600Z    Compiling der v0.8.0-rc.10
2026-06-23T07:06:11.8785473Z    Compiling pin-project-internal v1.1.13
2026-06-23T07:06:12.2060832Z    Compiling tinystr v0.8.3
2026-06-23T07:06:12.4350571Z    Compiling icu_locale_core v2.2.0
2026-06-23T07:06:12.7160533Z    Compiling potential_utf v0.1.5
2026-06-23T07:06:12.8560095Z    Compiling icu_collections v2.2.0
2026-06-23T07:06:12.9080771Z    Compiling n0-error v0.1.3
2026-06-23T07:06:12.9950393Z    Compiling derive_builder_macro v0.20.2
2026-06-23T07:06:13.2928562Z    Compiling ipnet v2.12.0
2026-06-23T07:06:13.3065133Z    Compiling pin-project v1.1.13
2026-06-23T07:06:13.3090644Z    Compiling derive_builder v0.20.2
2026-06-23T07:06:13.3500403Z    Compiling spki v0.8.0-rc.4
2026-06-23T07:06:13.3732125Z    Compiling ed25519-dalek v2.2.0
2026-06-23T07:06:13.6064924Z    Compiling icu_provider v2.2.0
2026-06-23T07:06:13.6160388Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T07:06:13.6960539Z    Compiling prefix-trie v0.8.4
2026-06-23T07:06:13.7096768Z    Compiling futures-executor v0.3.32
2026-06-23T07:06:13.7840602Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T07:06:13.8985855Z    Compiling icu_properties v2.2.0
2026-06-23T07:06:13.9360352Z    Compiling icu_normalizer v2.2.0
2026-06-23T07:06:13.9840347Z    Compiling once_cell v1.21.4
2026-06-23T07:06:14.0320500Z    Compiling futures v0.3.32
2026-06-23T07:06:14.0585492Z    Compiling spt-proto v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-23T07:06:14.2110511Z    Compiling tracing-core v0.1.36
2026-06-23T07:06:14.4489778Z    Compiling hashbrown v0.14.5
2026-06-23T07:06:14.4593939Z    Compiling cobs v0.3.0
2026-06-23T07:06:14.5230040Z    Compiling postcard-derive v0.2.2
2026-06-23T07:06:14.6620732Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T07:06:14.7850375Z    Compiling tracing v0.1.44
2026-06-23T07:06:14.9520544Z    Compiling rustls-native-certs v0.8.4
2026-06-23T07:06:15.1386697Z    Compiling tokio-util v0.7.18
2026-06-23T07:06:15.1530559Z    Compiling netlink-sys v0.8.8
2026-06-23T07:06:15.1671026Z    Compiling data-encoding-macro v0.1.20
2026-06-23T07:06:15.2203668Z    Compiling hashlink v0.9.1
2026-06-23T07:06:15.2540582Z    Compiling postcard v1.1.3
2026-06-23T07:06:15.3752813Z    Compiling idna_adapter v1.2.2
2026-06-23T07:06:15.3970495Z    Compiling tower v0.5.3
2026-06-23T07:06:15.4905616Z    Compiling idna v1.1.0
2026-06-23T07:06:15.4990911Z    Compiling enum-assoc v1.3.0
2026-06-23T07:06:15.5050939Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T07:06:15.5910942Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T07:06:15.5956164Z    Compiling async-trait v0.1.89
2026-06-23T07:06:15.7293472Z    Compiling strum_macros v0.28.0
2026-06-23T07:06:15.7380864Z    Compiling num_enum_derive v0.7.6
2026-06-23T07:06:15.7759492Z    Compiling iroh-relay v0.98.0
2026-06-23T07:06:15.9168432Z    Compiling url v2.5.8
2026-06-23T07:06:15.9632253Z    Compiling rusqlite v0.32.1
2026-06-23T07:06:15.9959249Z    Compiling derive_more v2.1.1
2026-06-23T07:06:16.0128251Z    Compiling iroh-metrics v0.38.3
2026-06-23T07:06:16.1020657Z    Compiling netdev v0.42.0
2026-06-23T07:06:16.1817540Z    Compiling h2 v0.4.14
2026-06-23T07:06:16.2236563Z    Compiling tokio-stream v0.1.18
2026-06-23T07:06:16.3430631Z    Compiling n0-watcher v0.6.1
2026-06-23T07:06:16.3855480Z    Compiling netlink-proto v0.12.0
2026-06-23T07:06:16.6309469Z    Compiling moka v0.12.15
2026-06-23T07:06:16.6481388Z    Compiling toml_datetime v0.6.11
2026-06-23T07:06:16.7380830Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T07:06:16.7539945Z    Compiling iroh-base v0.98.0
2026-06-23T07:06:16.8620649Z    Compiling attohttpc v0.30.1
2026-06-23T07:06:16.8690813Z    Compiling num_enum v0.7.6
2026-06-23T07:06:16.9770486Z    Compiling tower-http v0.6.11
2026-06-23T07:06:17.0006047Z    Compiling serde_spanned v0.6.9
2026-06-23T07:06:17.0174854Z    Compiling thiserror-impl v1.0.69
2026-06-23T07:06:17.0327310Z    Compiling ref-cast-impl v1.0.25
2026-06-23T07:06:17.1402329Z    Compiling toml_edit v0.22.27
2026-06-23T07:06:17.2714534Z    Compiling spt-store v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-23T07:06:17.5686165Z    Compiling webpki-roots v1.0.7
2026-06-23T07:06:17.6223722Z    Compiling regex-automata v0.4.14
2026-06-23T07:06:17.6911319Z    Compiling schemars_derive v1.2.1
2026-06-23T07:06:17.8743109Z    Compiling serde_bytes v0.11.19
2026-06-23T07:06:17.8940707Z    Compiling seize v0.5.1
2026-06-23T07:06:17.9176056Z    Compiling hmac v0.12.1
2026-06-23T07:06:18.0363846Z    Compiling iroh v0.98.2
2026-06-23T07:06:18.1219656Z    Compiling cmov v0.5.4
2026-06-23T07:06:18.2706282Z    Compiling pin-utils v0.1.0
2026-06-23T07:06:18.2891017Z    Compiling dyn-clone v1.0.20
2026-06-23T07:06:18.3247504Z    Compiling rustix v0.38.44
2026-06-23T07:06:18.3749659Z    Compiling utf8parse v0.2.2
2026-06-23T07:06:18.4331671Z    Compiling bitflags v1.3.2
2026-06-23T07:06:18.4520479Z    Compiling ctutils v0.4.2
2026-06-23T07:06:18.4960580Z    Compiling nix v0.25.1
2026-06-23T07:06:18.5029256Z    Compiling strum v0.28.0
2026-06-23T07:06:18.5097199Z    Compiling anstyle-parse v1.0.0
2026-06-23T07:06:18.6450759Z    Compiling iroh-dns v0.98.0
2026-06-23T07:06:18.7059901Z    Compiling papaya v0.2.4
2026-06-23T07:06:18.7431399Z    Compiling hkdf v0.12.4
2026-06-23T07:06:18.7646085Z    Compiling filedescriptor v0.8.3
2026-06-23T07:06:18.7750828Z    Compiling backon v1.6.0
2026-06-23T07:06:18.8517244Z    Compiling darling_macro v0.23.0
2026-06-23T07:06:18.9490641Z    Compiling serial v0.4.0
2026-06-23T07:06:19.0097374Z    Compiling downcast-rs v1.2.1
2026-06-23T07:06:19.0215882Z    Compiling shell-words v1.1.1
2026-06-23T07:06:19.0847793Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T07:06:19.1404889Z    Compiling linux-raw-sys v0.4.15
2026-06-23T07:06:19.1920553Z    Compiling foldhash v0.1.5
2026-06-23T07:06:19.2020928Z    Compiling anstyle v1.0.14
2026-06-23T07:06:19.2211872Z    Compiling colorchoice v1.0.5
2026-06-23T07:06:19.2349388Z    Compiling instability v0.3.12
2026-06-23T07:06:19.2416231Z    Compiling anstyle-query v1.1.5
2026-06-23T07:06:19.3198523Z    Compiling hashbrown v0.15.5
2026-06-23T07:06:19.3510535Z    Compiling signal-hook-mio v0.2.5
2026-06-23T07:06:19.3700675Z    Compiling darling v0.23.0
2026-06-23T07:06:19.3800646Z    Compiling spake2 v0.4.0
2026-06-23T07:06:19.4260949Z    Compiling anstream v1.0.0
2026-06-23T07:06:19.4389288Z    Compiling terminal_size v0.4.4
2026-06-23T07:06:19.4671233Z    Compiling strum_macros v0.26.4
2026-06-23T07:06:19.4780735Z    Compiling sha1 v0.10.6
2026-06-23T07:06:19.6206110Z    Compiling itertools v0.13.0
2026-06-23T07:06:19.7575766Z    Compiling castaway v0.2.4
2026-06-23T07:06:19.7710946Z    Compiling schemars v1.2.1
2026-06-23T07:06:19.7922287Z    Compiling unicode-width v0.1.14
2026-06-23T07:06:19.8511323Z    Compiling toml v0.8.23
2026-06-23T07:06:19.8550466Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T07:06:20.0870573Z    Compiling doctest-file v1.1.1
2026-06-23T07:06:20.1150834Z    Compiling indoc v2.0.7
2026-06-23T07:06:20.6151320Z    Compiling spt-msg v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-23T07:06:20.6941225Z    Compiling regex v1.12.3
2026-06-23T07:06:20.9441474Z    Compiling clap_lex v1.1.0
2026-06-23T07:06:21.0700787Z    Compiling static_assertions v1.1.0
2026-06-23T07:06:21.1719217Z    Compiling compact_str v0.8.2
2026-06-23T07:06:21.3279994Z    Compiling spt-runtime v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-23T07:06:21.5383198Z    Compiling clap_builder v4.6.0
2026-06-23T07:06:21.9712334Z    Compiling hyper v1.10.1
2026-06-23T07:06:22.2265231Z    Compiling strum v0.26.3
2026-06-23T07:06:22.2384805Z    Compiling unicode-truncate v1.1.0
2026-06-23T07:06:22.3431181Z    Compiling crossterm v0.28.1
2026-06-23T07:06:22.3530778Z    Compiling interprocess v2.4.2
2026-06-23T07:06:22.4340875Z    Compiling lru v0.12.5
2026-06-23T07:06:22.6088215Z    Compiling clap_derive v4.6.1
2026-06-23T07:06:22.6241235Z    Compiling unicode-width v0.2.0
2026-06-23T07:06:22.7220793Z    Compiling portable-pty v0.8.1
2026-06-23T07:06:22.7950649Z    Compiling iana-time-zone v0.1.65
2026-06-23T07:06:22.9710310Z    Compiling cassowary v0.3.0
2026-06-23T07:06:23.0077989Z    Compiling chrono v0.4.45
2026-06-23T07:06:23.1331133Z    Compiling nucleo-matcher v0.3.1
2026-06-23T07:06:23.2736926Z    Compiling spt-term v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-23T07:06:23.6206624Z    Compiling ratatui v0.29.0
2026-06-23T07:06:23.8260688Z    Compiling hyper-util v0.1.20
2026-06-23T07:06:23.9070426Z    Compiling qrcode v0.14.1
2026-06-23T07:06:23.9760247Z    Compiling tempfile v3.27.0
2026-06-23T07:06:24.4721762Z    Compiling spt-live v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-23T07:06:24.9300842Z    Compiling clap v4.6.1
2026-06-23T07:06:25.8820528Z    Compiling igd-next v0.17.1
2026-06-23T07:06:26.9761566Z    Compiling portmapper v0.16.0
2026-06-23T07:06:31.6705925Z    Compiling rustls-webpki v0.103.13
2026-06-23T07:06:34.0508480Z    Compiling tokio-rustls v0.26.4
2026-06-23T07:06:34.0509194Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T07:06:34.0509599Z    Compiling noq-proto v0.17.0
2026-06-23T07:06:34.2027400Z    Compiling hyper-rustls v0.27.9
2026-06-23T07:06:34.2027962Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T07:06:34.2028338Z    Compiling tokio-websockets v0.13.2
2026-06-23T07:06:34.3344609Z    Compiling reqwest v0.13.4
2026-06-23T07:06:35.2288787Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T07:06:49.0146400Z    Compiling spt-net v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-23T07:06:50.3616957Z    Compiling spt-daemon v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-23T07:06:57.4904692Z    Compiling spt v0.13.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-23T07:07:01.3087601Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-23T07:07:01.3314069Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-685fbd96d215b590)
2026-06-23T07:07:01.3327658Z 
2026-06-23T07:07:01.3327954Z running 1 test
2026-06-23T07:07:07.5195131Z test new_brain_serves_against_old_broker ... ok
2026-06-23T07:07:07.5196437Z 
2026-06-23T07:07:07.5196813Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-23T07:07:07.5197142Z 
